GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-25T11:35:36.1633317+00:00",
"SubmitDate": "2026-05-25T11:35:36.1633317+00:00",
"ReportPeriodStart": "2026-05-25T11:35:36.1633317+00:00",
"ReportPeriodEnd": "2026-05-25T11:35:36.1633317+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "74e1a47e-3229-4cb6-818b-b519afc54b27",
"Rows": [
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "74e1a47e-3229-4cb6-818b-b519afc54b27",
"Rows": [
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c760687e-1859-4758-93ab-1269afd67f1e",
"7ae9067e-284c-45cd-b837-52eb383148f8"
],
"Approvers": [
"0f306703-4e9d-4508-82d9-141323b65adc",
"becaf765-b109-483e-a198-b66baf54f01b"
],
"ApprovedBy": "9ee24ffe-7482-4558-9549-2e5c17fe4d86",
"ApprovalDate": "2026-05-25T11:35:36.1633317+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d550c3bb-24c9-4cb8-beb4-2123c944e8ed",
"id": "05c16665-d0d3-42d1-8719-fc1bed40ab17",
"ConfigId": "dca8f1e8-1ee2-4f54-964f-d1c95356b818"
},
{
"GenerationDate": "2026-05-25T11:35:36.1633317+00:00",
"SubmitDate": "2026-05-25T11:35:36.1633317+00:00",
"ReportPeriodStart": "2026-05-25T11:35:36.1633317+00:00",
"ReportPeriodEnd": "2026-05-25T11:35:36.1633317+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "74e1a47e-3229-4cb6-818b-b519afc54b27",
"Rows": [
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "74e1a47e-3229-4cb6-818b-b519afc54b27",
"Rows": [
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e7393f62-3cbe-4b0a-90fc-0918ae3e1895",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c760687e-1859-4758-93ab-1269afd67f1e",
"7ae9067e-284c-45cd-b837-52eb383148f8"
],
"Approvers": [
"0f306703-4e9d-4508-82d9-141323b65adc",
"becaf765-b109-483e-a198-b66baf54f01b"
],
"ApprovedBy": "9ee24ffe-7482-4558-9549-2e5c17fe4d86",
"ApprovalDate": "2026-05-25T11:35:36.1633317+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d550c3bb-24c9-4cb8-beb4-2123c944e8ed",
"id": "05c16665-d0d3-42d1-8719-fc1bed40ab17",
"ConfigId": "dca8f1e8-1ee2-4f54-964f-d1c95356b818"
}
]